Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path concat #1403

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

path concat #1403

wants to merge 2 commits into from

Conversation

zstone1
Copy link
Contributor

@zstone1 zstone1 commented Nov 21, 2024

The most technical of all the parts of #1350. This proves that path concatenation has left/right identities, and associates, up to reparameterization. The current proofs are slow, ugly, and ill-named. They are, however, correct.

Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Reminder to reviewers


(* not really non-forgetful, but we can make it local anyway so it's fine*)
#[local, non_forgetful_inheritance]
HB.instance Definition _ := isPath.Build ii_i _ _ _ associ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that this command produces any instance. Its execution returns a one-line response (it used to be invisible in vscode) "HB_unnamed_factory_XY is defined" which usually means failure (I believe that the last version of HB now returns a proper warning).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants